home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / aquaria.swf / scripts / DefineButton2_893 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-11-09  |  440 b   |  20 lines

  1. on(release){
  2.    if(panelcode == "562731")
  3.    {
  4.       gotoAndPlay(1315);
  5.    }
  6.    else
  7.    {
  8.       panelcode = "";
  9.       panelcount = 0;
  10.       _root.enter1.gotoAndStop(1);
  11.       _root.enter2.gotoAndStop(1);
  12.       _root.enter3.gotoAndStop(1);
  13.       _root.enter4.gotoAndStop(1);
  14.       _root.enter5.gotoAndStop(1);
  15.       _root.enter6.gotoAndStop(1);
  16.       _root.enter7.gotoAndStop(1);
  17.       _root.enter8.gotoAndStop(1);
  18.    }
  19. }
  20.